Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH Actions: ensure second PHP install run always uses latest PHP version #21943

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

jrfnl
Copy link
Contributor

@jrfnl jrfnl commented Jan 2, 2025

Context

  • Improve CI

Summary

This PR can be summarized in the following changelog entry:

  • Improve CI

Relevant technical choices:

The second time PHP was installed would in a workflow run, wouldn't always install the latest version. Fixed now.

Ref: shivammathur/setup-php#895

Test instructions

Test instructions for the acceptance test before the PR gets merged

This PR can be acceptance tested by following these steps:

  • Verify in the workflow output that the second time PHP is installed, the current version of PHP is used, not the Debian default of PHP 8.3.6.

@jrfnl jrfnl added yoast cs/qa changelog: non-user-facing Needs to be included in the 'Non-userfacing' category in the changelog labels Jan 2, 2025
@jrfnl jrfnl added this to the 24.3 milestone Jan 2, 2025
@jrfnl jrfnl merged commit 182f4b5 into trunk Jan 2, 2025
25 checks passed
@jrfnl jrfnl deleted the JRF/ghactions-fix-php-8.3-version branch January 2, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: non-user-facing Needs to be included in the 'Non-userfacing' category in the changelog yoast cs/qa
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant